home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TCUSTOMDICTIONARYEDITDIALOG / TCUSTOMDICTIONARYEDITDIALOG.txt
Text File  |  2006-04-19  |  6KB  |  267 lines

  1. object CustomDictionaryEditDialog: TCustomDictionaryEditDialog
  2.   Left = 603
  3.   Top = 386
  4.   BorderStyle = bsDialog
  5.   Caption = 'Custom Dictionary'
  6.   ClientHeight = 333
  7.   ClientWidth = 314
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 313
  23.     Height = 297
  24.     ActivePage = AddedWordsSheet
  25.     TabOrder = 0
  26.     object AddedWordsSheet: TTabSheet
  27.       Caption = 'xxAdd&ed Words'
  28.       OnShow = AddedWordsSheetShow
  29.       object AddedWordsExplain: TLabel
  30.         Left = 8
  31.         Top = 8
  32.         Width = 289
  33.         Height = 41
  34.         AutoSize = False
  35.         Caption = 
  36.           'xxThese words will be considered correct during a spell check op' +
  37.           'eration.'
  38.         WordWrap = True
  39.       end
  40.       object IgnoreEditLabel: TLabel
  41.         Left = 8
  42.         Top = 48
  43.         Width = 88
  44.         Height = 13
  45.         Caption = 'xx&Ignore this word:'
  46.         FocusControl = IgnoreEdit
  47.       end
  48.       object IgnoreList: TListBox
  49.         Left = 8
  50.         Top = 91
  51.         Width = 209
  52.         Height = 170
  53.         ItemHeight = 13
  54.         Sorted = True
  55.         TabOrder = 1
  56.         OnClick = IgnoreListClick
  57.       end
  58.       object IgnoreEdit: TEdit
  59.         Left = 8
  60.         Top = 64
  61.         Width = 209
  62.         Height = 21
  63.         TabOrder = 0
  64.         OnChange = IgnoreEditChange
  65.         OnKeyDown = IgnoreEditKeyDown
  66.       end
  67.       object AddIgnoreButton: TButton
  68.         Left = 224
  69.         Top = 64
  70.         Width = 75
  71.         Height = 23
  72.         Caption = 'xx&Add'
  73.         TabOrder = 2
  74.         OnClick = AddIgnoreButtonClick
  75.       end
  76.       object DeleteIgnoreButton: TButton
  77.         Left = 224
  78.         Top = 91
  79.         Width = 75
  80.         Height = 23
  81.         Caption = 'xx&Delete'
  82.         TabOrder = 3
  83.         OnClick = DeleteIgnoreButtonClick
  84.       end
  85.     end
  86.     object AutoCorrectWordsSheet: TTabSheet
  87.       Caption = 'xxA&uto-Correct Pairs'
  88.       ImageIndex = 1
  89.       OnShow = AutoCorrectWordsSheetShow
  90.       object ReplaceEditLabel: TLabel
  91.         Left = 8
  92.         Top = 48
  93.         Width = 53
  94.         Height = 13
  95.         Caption = 'xx&Replace:'
  96.         FocusControl = ReplaceEdit
  97.       end
  98.       object WithEditLabel: TLabel
  99.         Left = 96
  100.         Top = 48
  101.         Width = 35
  102.         Height = 13
  103.         Caption = 'xx&With:'
  104.         FocusControl = WithEdit
  105.       end
  106.       object AutoCorrectWordsExplain: TLabel
  107.         Left = 8
  108.         Top = 8
  109.         Width = 289
  110.         Height = 41
  111.         AutoSize = False
  112.         Caption = 
  113.           'xxThese words will automatically be corrected when encountered d' +
  114.           'uring a spell check.'
  115.         WordWrap = True
  116.       end
  117.       object AutoCorrectList: TListView
  118.         Left = 8
  119.         Top = 91
  120.         Width = 209
  121.         Height = 170
  122.         Columns = <
  123.           item
  124.           end
  125.           item
  126.           end>
  127.         HideSelection = False
  128.         ReadOnly = True
  129.         RowSelect = True
  130.         ShowColumnHeaders = False
  131.         SortType = stText
  132.         TabOrder = 2
  133.         ViewStyle = vsReport
  134.         OnSelectItem = AutoCorrectListSelectItem
  135.       end
  136.       object ReplaceEdit: TEdit
  137.         Left = 8
  138.         Top = 64
  139.         Width = 81
  140.         Height = 21
  141.         TabOrder = 0
  142.         OnChange = ReplaceEditChange
  143.         OnKeyDown = ReplaceEditKeyDown
  144.       end
  145.       object WithEdit: TEdit
  146.         Left = 96
  147.         Top = 64
  148.         Width = 121
  149.         Height = 21
  150.         TabOrder = 1
  151.         OnChange = WithEditChange
  152.         OnKeyDown = WithEditKeyDown
  153.       end
  154.       object AddAutoCorrectButton: TButton
  155.         Left = 224
  156.         Top = 64
  157.         Width = 75
  158.         Height = 23
  159.         Caption = 'xx&Add'
  160.         TabOrder = 3
  161.         OnClick = AddAutoCorrectButtonClick
  162.       end
  163.       object DeleteAutoCorrectButton: TButton
  164.         Left = 224
  165.         Top = 91
  166.         Width = 75
  167.         Height = 23
  168.         Caption = 'xx&Delete'
  169.         TabOrder = 4
  170.         OnClick = DeleteAutoCorrectButtonClick
  171.       end
  172.     end
  173.     object ExcludedWordsSheet: TTabSheet
  174.       Caption = 'xx&Excluded Words'
  175.       ImageIndex = 2
  176.       OnShow = ExcludedWordsSheetShow
  177.       object ExcludeWordsExplanation: TLabel
  178.         Left = 8
  179.         Top = 8
  180.         Width = 289
  181.         Height = 39
  182.         AutoSize = False
  183.         Caption = 
  184.           'xxThese words will always be considered incorrect during a spell' +
  185.           ' check operation.'
  186.         WordWrap = True
  187.       end
  188.       object ExcludeEditLabel: TLabel
  189.         Left = 8
  190.         Top = 48
  191.         Width = 96
  192.         Height = 13
  193.         Caption = 'xxE&xclude this word:'
  194.         FocusControl = ExcludeEdit
  195.       end
  196.       object ExcludeList: TListBox
  197.         Left = 8
  198.         Top = 91
  199.         Width = 209
  200.         Height = 170
  201.         ItemHeight = 13
  202.         Sorted = True
  203.         TabOrder = 1
  204.         OnClick = ExcludeListClick
  205.       end
  206.       object ExcludeEdit: TEdit
  207.         Left = 8
  208.         Top = 64
  209.         Width = 209
  210.         Height = 21
  211.         TabOrder = 0
  212.         OnChange = ExcludeEditChange
  213.         OnKeyDown = ExcludeEditKeyDown
  214.       end
  215.       object AddExcludeButton: TButton
  216.         Left = 224
  217.         Top = 64
  218.         Width = 75
  219.         Height = 23
  220.         Caption = 'xx&Add'
  221.         TabOrder = 2
  222.         OnClick = AddExcludeButtonClick
  223.       end
  224.       object DeleteExcludeButton: TButton
  225.         Left = 224
  226.         Top = 91
  227.         Width = 75
  228.         Height = 23
  229.         Caption = 'xx&Delete'
  230.         TabOrder = 3
  231.         OnClick = DeleteExcludeButtonClick
  232.       end
  233.     end
  234.   end
  235.   object OK: TButton
  236.     Left = 231
  237.     Top = 304
  238.     Width = 75
  239.     Height = 23
  240.     Anchors = [akLeft, akBottom]
  241.     Caption = 'xx&OK'
  242.     ModalResult = 1
  243.     TabOrder = 2
  244.   end
  245.   object HelpButton: TButton
  246.     Left = 150
  247.     Top = 304
  248.     Width = 75
  249.     Height = 23
  250.     Caption = 'xxHelp'
  251.     TabOrder = 1
  252.     OnClick = HelpButtonClick
  253.   end
  254.   object DialogControl: TConfigurationDialogCtrl
  255.     OnConfigurationAvailable = DialogControlConfigurationAvailable
  256.     OnCustomDictionaryAvailable = DialogControlCustomDictionaryAvailable
  257.     Top = 304
  258.   end
  259.   object Timer: TTimer
  260.     Enabled = False
  261.     Interval = 5
  262.     OnTimer = TimerTimer
  263.     Left = 32
  264.     Top = 304
  265.   end
  266. end
  267.